devisualization.util.opengl.function_wrappers.v15

Undocumented in source.

Public Imports

derelict.opengl3.gl
public import derelict.opengl3.gl : glIsQuery, glIsBuffer;

Members

Enums

BindBufferTargets
enum BindBufferTargets
Undocumented in source.
BufferAccess
enum BufferAccess
Undocumented in source.
BufferUsages
enum BufferUsages
Undocumented in source.
GetBufferTargets
enum GetBufferTargets
Undocumented in source.
GetBufferValues
enum GetBufferValues
Undocumented in source.
QueryNames
enum QueryNames
Undocumented in source.
QueryResultNames
enum QueryResultNames
Undocumented in source.
QueryTarget
enum QueryTarget
Undocumented in source.
QueryTargets
enum QueryTargets
Undocumented in source.

Functions

glBeginQuery
void glBeginQuery(QueryTargets target, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
glBindBuffer
void glBindBuffer(BindBufferTargets target, uint buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
glBufferData
void glBufferData(BindBufferTargets target, void[] data, BufferUsages usage)
Undocumented in source. Be warned that the author may not have intended to support it.
glBufferSubData
void glBufferSubData(BindBufferTargets target, int offset, void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
glDeleteBuffer
void glDeleteBuffer(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
glDeleteBuffers
void glDeleteBuffers(uint[] buffers)
Undocumented in source. Be warned that the author may not have intended to support it.
glDeleteQueries
void glDeleteQueries(uint[] ids)
Undocumented in source. Be warned that the author may not have intended to support it.
glDeleteQueries
void glDeleteQueries(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
glEndQuery
void glEndQuery(QueryTargets target)
Undocumented in source. Be warned that the author may not have intended to support it.
glGenBuffer
uint glGenBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
glGenBuffers
uint[] glGenBuffers(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
glGenQueries
uint[] glGenQueries(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
glGenQueries
uint glGenQueries()
Undocumented in source. Be warned that the author may not have intended to support it.
glGetBufferParameteriv
int[] glGetBufferParameteriv(GetBufferTargets target, GetBufferValues value)
Undocumented in source. Be warned that the author may not have intended to support it.
glGetBufferPointerv
void glGetBufferPointerv(BindBufferTargets target, void[] params)
Undocumented in source. Be warned that the author may not have intended to support it.
glGetBufferSubData
void glGetBufferSubData(BindBufferTargets target, int offset, void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
glGetQueryObjecti64v
long[] glGetQueryObjecti64v(uint id, QueryResultNames pname)
Undocumented in source. Be warned that the author may not have intended to support it.
glGetQueryObjectiv
int[] glGetQueryObjectiv(uint id, QueryResultNames pname)
Undocumented in source. Be warned that the author may not have intended to support it.
glGetQueryObjectui64v
ulong[] glGetQueryObjectui64v(uint id, QueryResultNames pname)
Undocumented in source. Be warned that the author may not have intended to support it.
glGetQueryObjectuiv
uint[] glGetQueryObjectuiv(uint id, QueryResultNames pname)
Undocumented in source. Be warned that the author may not have intended to support it.
glGetQueryiv
void glGetQueryiv(QueryTarget target, QueryNames pname, int[] params)
Undocumented in source. Be warned that the author may not have intended to support it.
glMapBuffer
void* glMapBuffer(BindBufferTargets target, BufferAccess access)
Undocumented in source. Be warned that the author may not have intended to support it.
glUnmapBuffer
bool glUnmapBuffer(BindBufferTargets target)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta